Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
get-cgi-long
This function returns any CGI or other environment variables specific to a Web request as a
Location:LONGCHARdata type. This function serves as a wrapper for theGET-CGI-LONGCHAR-VALUEmethod of theWEB-CONTEXTsystem handle.web\method\cgiutils.iParameters:INPUT p_name AS CHARACTERThe variable name. If the Unknown value (
Returns: LONGCHAR Notes:?) is specified, the return value is a list of variables.
- Most standard CGI and a number of HTTP environment variables are available as global variables. This function is only needed to access environment variables not defined in
web\method\cgidefs.i.- INPUT/OUTPUT operations are not allowed with LONGCHAR variables. For example, the following code would fail:
Examples:
See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |